←Select platform

IccUnknownTagType Constructor(int,byte[])

Summary
Initializes a new IccUnknownTagType with explicit parameters.
Syntax
C#
VB
C++
public IccUnknownTagType( 
   int signature, 
   byte[] data 
) 
  
Public Function New( _ 
   ByVal signature As Integer, _ 
   ByVal data() As Byte _ 
) 
public: 
IccUnknownTagType(  
   int signature, 
   array<byte>^ data 
) 

Parameters

signature
Value that represents the tag's type signature.

data
Array that contains the tag's data.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.